plus Assign
inline operator fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.plusAssign(value: ModuleConfigProtos.RemoteHardwarePin)
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Parameters
value
The availablePins to add.
inline operator fun DslList<ModuleConfigProtos.RemoteHardwarePin, ModuleConfigKt.RemoteHardwareConfigKt.Dsl.AvailablePinsProxy>.plusAssign(values: Iterable<ModuleConfigProtos.RemoteHardwarePin>)
Exposes the available pins to the mesh for reading and writing
Content copied to clipboard
repeated .meshtastic.RemoteHardwarePin available_pins = 3;
Parameters
values
The availablePins to add.